Vcenter Storage Policies Compliance VM Info

Vcenter Storage Policies Compliance VM Info
Vcenter Storage Policies Compliance VM Info

Provides the compliance details of a virtual machine and its associated entities which match the given compliance statuses.

This schema was added in vSphere API 6.7.

JSON Example
{
    "vm_home": "string",
    "disks": {
        "disks": "string"
    }
}
string
vm_home
Optional

Compliance status of the virtual machine home.

For more information see: Vcenter Storage Policies Compliance VM Status.

This property was added in vSphere API 6.7.

If missing or null or empty, virtual machine home is not associated with a storage policy.

object
disks
Required

A Map of virtual disks and their compliance status If empty, the virtual machine does not have any disks or its disks are not associated with a storage policy.

For more information see: Vcenter Storage Policies Compliance VM Status.

This property was added in vSphere API 6.7.

When clients pass a value of this schema as a parameter, the key in the property map must be an identifier for the resource type: com.vmware.vcenter.vm.hardware.Disk. When operations return a value of this schema as a response, the key in the property map will be an identifier for the resource type: com.vmware.vcenter.vm.hardware.Disk.